gdk/win32/gdkmonitor-win32.c: Fix build on non-GCC
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 9 May 2016 05:14:01 +0000 (13:14 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 9 May 2016 05:14:01 +0000 (13:14 +0800)
commite24530d03bf2c7300736dd2a2829aca42fe94220
treeb3016943b482d27148afc7db6611f7513e7cd73a
parent534ab9a9f023673f2d72aa95d28123300e6422a6
gdk/win32/gdkmonitor-win32.c: Fix build on non-GCC

WINBOOL is MinGW-specific, so change it to BOOL, which is universally
available.

Also, Visua Studio is more picky on where __stdcall (WINAPI) is placed, so
fix that to be in-sync with what is done in the other sources.
gdk/win32/gdkmonitor-win32.c